Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixColumnCollection Class / Add Method / Add(Nullable<Int32>[]) Method
The column cells value array.

In This Topic
    Add(Nullable<Int32>[]) Method
    In This Topic
    Adds a new OMathMatrixColumn to the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal cellsValue() As System.Nullable(Of Integer) _
    ) As OMathMatrixColumn
    public OMathMatrixColumn Add( 
       System.Nullable<int>[] cellsValue
    )

    Parameters

    cellsValue
    The column cells value array.

    Return Value

    See Also